All Questions
Tagged with network-interfacenetworkmanager
124 questions
-1votes
0answers
25views
Pop!_OS not showing any WiFi options
So I just installed Pop!_OS on an external SSD and am now trying to setup everything as I would a new computer. When I try connect to WiFi, it loads forever. It has not found a single WiFi network in ...
0votes
1answer
198views
Create fixed suffix ipv6 with advertised prefix and ifupdown vs NetworkManager
The question of how to create a static ipv6 but with advertised prefix has already been asked here (the solution appears to be set token), but I'd like to understand exactly what is happening in my ...
0votes
1answer
259views
How to make qdisc permanent? (to persist reboots)
Related question is here but the answer is not very intuitive, surely there is more standard method to configure NIC: How can I permanently associate tc qdisc commands with a particular interface? ...
0votes
2answers
104views
after putting wireless card in monitor mode, I cannot get available wifi
I am aware that in monitor mode, you might be get disconnected from the internet. You wont be able to access to the internet inside the monitor mode because network manager stops. so I restart it: ...
0votes
1answer
239views
How to bring up an SR-IOV interface in a reliable way?
I would like to configure a single SR-IOV VF on a network interface. I have it working using the config listed below, however if I attempt to bring up the VF too soon after the PF, I get an error due ...
0votes
1answer
333views
ifdown: interface end0 not configured. RTNETLINK answers: File exists. ifup: interface end0 already configured when setting static and DHCP interface
In a device with Debian BookWorm 12.5, I want to enable and disable a static IP using a Node application at runtime. The /etc/network/interfaces is the following : auto lo iface lo inet loopback ...
-1votes
2answers
456views
creating and activating network interface from command line
in RHEL-8.10 or later if it matters, I only know how to configure a functional network interface from the GUI interface... from Applications - System Tools - Settings - Network When Network Manager is ...
0votes
1answer
313views
How to check Network Speed of specific Interface
I could test using IPERF linux Utility. But I want to specifically send/receive data on particular interface. Is there any way to do that? I tried using iperf -c server_ip -B {IP_address of my ...
0votes
1answer
197views
Unable to Connect to Internet After Deleting NetworkManager on Artix Linux
I recently deleted NetworkManager from my Artix Linux system running Runit, and now I'm unable to connect to the internet. I've tried several solutions but haven't been successful. Here's what I've ...
0votes
0answers
156views
What causes Linux to be unable to share WiFi, while Windows can?
When I boot up Windows on my dual-boot laptop, it is trivially easy to share my WiFi connection with other device(s), by simply going to the hotspot settings and enabling the hotspot. This does not ...
1vote
1answer
2kviews
Configure two network cards persistently
I have two NICs and want to set the system up so the second one is the main/default one. First one is a 1Gb unit and its built into. The second one which is a 2.5gb NIC is attached over USB3, this ...
0votes
0answers
640views
Troubles setting up fixed IP on Debian 12 VM
I've got Debian 12 VM running on an Macbook (M2) using Lima. I have added a 2nd network to it which created a lima0 network interface in the the Debian VM. By default it tries to get its address from ...
0votes
1answer
235views
Network disconnecting and connecting randomly
When I’m working on the computer the network sometimes disconnects and connects again multiple times. This happens irregularly and I cannot reproduce it. Does anyone have an idea how I could approach ...
-2votes
1answer
2kviews
How to configure bridged networking for KVM virtual machines in Kali Linux host?
My base/host machine is running Kali Linux. It is a fresh install. My purpose is to configure the use of Bridged network mode in the KVM virtual machines I install and run on top of this host OS. I ...
1vote
0answers
39views
Route through ppp0? [duplicate]
read carefully pls.. im connecting to another local network IN (overWAN) using q vpn (openfortivpn) to access that local network. i can ping the local hosts on that network.. i can scan em with nmap ...